xen/arch/x86: make objdump output user locale agnostic
authorMaximilian Engelhardt <maxi@daemonizer.de>
Thu, 9 Dec 2021 23:23:30 +0000 (00:23 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Wed, 28 Sep 2022 17:10:42 +0000 (19:10 +0200)
commit608ac367b8a0934ad1d20cc6f8a81ea99461dba1
tree38187042854278fea48a9dc11a33c5ee3cf4a2a3
parenta232b4ae0f376277d92779db466afab85c009cc2
xen/arch/x86: make objdump output user locale agnostic

The objdump output is fed to grep, so make sure it doesn't change with
different user locales and break the grep parsing.
This problem was identified while updating xen in Debian and the fix is
needed for generating reproducible builds in varying environments.

Signed-off-by: Maximilian Engelhardt <maxi@daemonizer.de>
xen/arch/x86/Makefile